home *** CD-ROM | disk | FTP | other *** search
/ Wildcat Gold - The Optical BBS / Wildcat Gold - The Optical BBS (The Golden ROM Series)(Volume 4 Number 1)(The Digital Publishing Company)(1992).ISO / sdn / coll41a.sdn / INSTALL2.BAT < prev    next >
DOS Batch File  |  1991-11-12  |  2KB  |  64 lines

  1. ECHO OFF
  2. IF %1==F GOTO FLOPINS
  3. IF %1==H GOTO HARDINS1
  4. CLS
  5. GO2
  6. :FLOPINS
  7. ECHO OFF
  8. CLS
  9. IF %2==1 GOTO FLOPINS1
  10. IF %2==2 GOTO FLOPINS2
  11. CLS
  12. ECHO  This floppy installation requires that you enter either a '1' or a '2',
  13. ECHO  following your 'GO F' instruction.
  14. GOTO END
  15. :FLOPINS2
  16. CLS
  17. ECHO  Enter disk 2, SALES-B, into drive A now.
  18. ECHO  [it should still be in Drive A]
  19. PAUSE
  20. A:
  21. B:PKUNZIP -X B:COLL-C41.ZIP PROGRAM.OVL
  22. B:PKUNZIP -X B:COLL-C41.ZIP *.FRM
  23. CLS
  24. ECHO  Enter disk 3, PROGRAM.DOC, into drive A now.
  25. PAUSE
  26. A:     
  27. B:PKUNZIP -X B:COLL-D41.ZIP PROGRAM.DOC
  28. GOTO FLOPDOC
  29. :FLOPDOC
  30. CLS
  31. ECHO  Finished !
  32. ECHO  Disk  3,  the documentation and tutorial,  is not used while  the 
  33. ECHO  program  is  running.   It  contains a 60 page tutorial
  34. ECHO  and  can  be printed  out will this command:          
  35. ECHO                           COPY PROGRAM.DOC LPT1:  
  36. echo  
  37. ECHO  To start the program,:
  38. ECHO  Enter SALES-A, disk one, into drive A.
  39. ECHO  Enter SALES-B, disk two, into drive B.
  40. echo  
  41. ECHO  Then restart the computer and execute GO      {executed from B}
  42. GOTO END
  43. :FLOPINS1
  44. ECHO  Beginning with version 3.0 of this program, the executable files have
  45. ECHO  become so large that the low density option of 360KB is no longer supported.
  46. GOTO END
  47. :HARDINS1
  48. CLS
  49. echo  
  50. %2:
  51. CD \
  52. CD COLLECT.ACS
  53. COPY A:COLL-C41.EXE >TMP
  54. COLL-C41
  55. DEL COLL-C41.EXE
  56. COPY A:YESNO.COM >TMP
  57. COPY A:ECOH.COM >TMP
  58. CLS
  59. A:
  60. CLS
  61. INSTALL3 H %2
  62. :END
  63. echo  
  64.